:root {
    --brand-color: #1a1919;
    --primary-color: #f65b10;
    --secondary-color: #1a1a19;
    --tertiary-color: #e39d67;

    --accent-color: #66b2e4;
    --attention-color: #ec5f65;
    --non-active-color: #b7b7b7;
    --non-active-helper-color: #666666;

    --box-color: #ffffff;
    --page-bg-color: #ffffff;
    --subpage-bg-color: #ebcb8d;

    --button-primary-color: #0c3ace;
    --button-warning-color: #f63610;
    --button-helper-color: #ffffff;

    --form-primary-color: #df5817;
    --form-secondary-color: #e99837;

    --text-primary-color: #29292a;
    --text-primary-helper-color: #000000;
    --text-secondary-color: rgba(230,154,9,1);
    --text-secondary-helper-color: #ffffff;
    --text-header-color: rgba(230,154,9,1);
    --text-footer-color: rgba(230,154,9,1);
}